home *** CD-ROM | disk | FTP | other *** search
- // dial2.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDial2 dialog
-
- class CDial2 : public CDialog
- {
- // Construction
- public:
- CDial2(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDial2)
- enum { IDD = IDD_DIALOG2 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CDial2)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-